func github.com/google/go-cmp/cmp.detectRaces

3 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L331: 	go detectRaces(c, f, v)
		compare.go#L355: 	go detectRaces(c, f, y, x)
		compare.go#L364: func detectRaces(c chan<- reflect.Value, f reflect.Value, vs ...reflect.Value) {